Skip to content

fix store node NPE#2760

Open
JackyYangPassion wants to merge 1 commit intoapache:masterfrom
JackyYangPassion:fix-2743
Open

fix store node NPE#2760
JackyYangPassion wants to merge 1 commit intoapache:masterfrom
JackyYangPassion:fix-2743

Conversation

@JackyYangPassion
Copy link
Contributor

Purpose of the PR

Main Changes

Verifying these changes

  • Trivial rework / code cleanup without any test coverage. (No Need)
  • Already covered by existing tests, such as (please modify tests here).
  • Need tests and can be verified as follows:
    • xxx

Does this PR potentially affect the following parts?

Documentation Status

  • Doc - TODO
  • Doc - Done
  • Doc - No Need

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working store Store module labels May 8, 2025
@codecov
Copy link

codecov bot commented May 8, 2025

Codecov Report

❌ Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 1.61%. Comparing base (8c1ee71) to head (3823dc1).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
.../java/org/apache/hugegraph/store/util/Version.java 0.00% 9 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (8c1ee71) and HEAD (3823dc1). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (8c1ee71) HEAD (3823dc1)
3 2
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #2760       +/-   ##
============================================
- Coverage     41.13%   1.61%   -39.52%     
+ Complexity      333      73      -260     
============================================
  Files           747     734       -13     
  Lines         60123   57880     -2243     
  Branches       7676    7251      -425     
============================================
- Hits          24730     934    -23796     
- Misses        32809   56885    +24076     
+ Partials       2584      61     -2523     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:M This PR changes 30-99 lines, ignoring generated files. store Store module

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

[Bug] HStore get version NPE

1 participant